-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of WUDAPT (31-41) landuse classes along with standard urban classes (31-33) #1419
Conversation
origin = andreazonato On branch LCZ_WUDAPT_WRF Your branch is up to date with 'origin/LCZ_WUDAPT_WRF'. Changes to be committed: modified: main/depend.common new file: phys/module_bep_bem_helper.F modified: phys/module_sf_bep.F modified: phys/module_sf_bep_bem.F modified: share/module_check_a_mundo.F
modified: phys/Makefile modified: phys/module_sf_bep.F modified: phys/module_sf_bep_bem.F
Yes, it is, since if not all classes greater than 30 with frc urb less than
0.5 would be turned into class 13
Il ven 26 feb 2021, 21:21 Dave Gill <[email protected]> ha scritto:
… ***@***.**** commented on this pull request.
------------------------------
In dyn_em/module_initialize_real.F
<#1419 (comment)>:
> @@ -2994,7 +2994,7 @@ SUBROUTINE init_domain_rk ( grid &
DO i = its , MIN(ide-1,ite)
IF ( MMINLU == 'NLCD40' .OR. MMINLU == 'MODIFIED_IGBP_MODIS_NOAH') THEN
IF ( grid%FRC_URB2D(i,j) .GE. 0.5 .AND. &
- (grid%ivgtyp(i,j).NE.13 .AND. grid%ivgtyp(i,j).NE.24 .AND. grid%ivgtyp(i,j).NE.25 .AND. grid%ivgtyp(i,j).NE.26)) grid%ivgtyp(i,j)=13
+ (grid%ivgtyp(i,j).NE.13 .AND. grid%ivgtyp(i,j).NE.24 .AND. grid%ivgtyp(i,j).NE.25 .AND. grid%ivgtyp(i,j).NE.26 .AND. grid%ivgtyp(i,j).LT.30)) grid%ivgtyp(i,j)=13
@andreazonato <https://github.com/andreazonato> @cenlinhe
<https://github.com/cenlinhe>
Is this required for the LCZ mods?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1419 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALWNNTV7H4AKUYXTHX2YKM3TA77EHANCNFSM4YJBO3GA>
.
|
@andreazonato @cenlinhe @weiwangncar @dudhia |
jenkins:
|
@andreazonato @cenlinhe @dudhia @weiwangncar |
@davegill Thanks! I just took a look at your modification in this PR and it looks good to me. I will try to download this PR code and do a quick test to see if the results look reasonable. |
Thanks! |
I read the code, and it seems a reasonable and fast way to do it. Sorry but
I did I with the competences I have,and it was much more complicated and
slow
Il ven 26 feb 2021, 22:19 Dave Gill <[email protected]> ha scritto:
… @cenlinhe <https://github.com/cenlinhe>
I will try to download this PR code and do a quick test to see if the
results look reasonable.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1419 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALWNNTW537HLK6K3M3EP6ODTBAF7RANCNFSM4YJBO3GA>
.
|
@andreazonato One of the benefits of an open development repository is that everyone can make suggestions to the source code. That is also the biggest problem with open development. :) We very much appreciate your scientific modifications to the code, and hope that you continue to be an active WRF model contributor. |
@davegill @andreazonato I just ran a few tests by using BEP and BEP_BEM scheme with Dave's new updates and it seems that the results are looking reasonable. Here are they: /glade/scratch/cenlinhe/WRF_noahmp_test/WRF_LCZ_test_1419/run/urban2/ and /glade/scratch/cenlinhe/WRF_noahmp_test/WRF_LCZ_test_1419/run/urban3/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
large number of changes, but tested by LSM group
…urban classes (31-33) (wrf-model#1419) TYPE: new feature KEYWORDS: urban, local climate zone, SOURCE: Developer: Andrea Zonato (University of Trento, Italy, [email protected]) DESCRIPTION OF CHANGES: This update includes the extension of urban classes from 3 (31-33) to 11 WUDAPT Local Climate zones (31-41). See Stewart and Oke, 2012 for further details Briefly, a new urban parameter table (URBPARAM_LCZ.TBL) has been added for using the new LCZ urban category. The new LCZ definition has LU_INDEX=LCZ+30. If a user still wants to keep using the traditional 33 classes (31st-33rd for urban), please specify the namelist option "use_wudapt_lcz = 0". If a user wants to use the new LCZ, please specify the namelist option "use_wudapt_lcz = 1". If the number of urban category in the input files is inconsistent with the namelist option, error messages will occur. Only the LCZ modeling capability is provided here, not the dataset which is the responsibility of users. The method to create the LCZ data is described in the World Urban Database website: http://www.wudapt.org/ LIST OF MODIFIED FILES: M Registry/Registry.EM_COMMON M Registry/Registry.NMM M main/depend.common M dyn_em/module_initialize_real.F M main/depend.common M phys/Makefile A phys/module_bep_bem_helper.F M phys/module_physics_init.F M phys/module_sf_bep.F M phys/module_sf_bep_bem.F M phys/module_sf_clm.F M phys/module_sf_noahdrv.F M phys/module_sf_noahlsm.F M phys/module_sf_noahmpdrv.F M phys/module_sf_noahmplsm.F M phys/module_sf_urban.F M phys/module_surface_driver.F M run/LANDUSE.TBL M run/MPTABLE.TBL M run/URBPARM.TBL A run/URBPARM_LCZ.TBL M run/VEGPARM.TBL A share/module_check_a_mundo.F TESTS CONDUCTED: 1. Jenkins testing OK RELEASE NOTE: Stewart, I.D. and Oke, T.R. (2012) Local Climate Zones for Urban Temperature Studies. Bulletin of the American Meteorological Society, 93, 1879-1900. http://dx.doi.org/10.1175/BAMS-D-11-00019.1
TYPE: new feature
KEYWORDS: urban, local climate zone,
SOURCE: Developer: Andrea Zonato (University of Trento, Italy, [email protected])
DESCRIPTION OF CHANGES:
This update includes the extension of urban classes from 3 (31-33) to 11 WUDAPT Local Climate zones (31-41). See Stewart and Oke, 2012 for further details
Briefly, a new urban parameter table (URBPARAM_LCZ.TBL) has been added for using the new LCZ urban category. The new LCZ definition has LU_INDEX=LCZ+30. If a user still wants to keep using the traditional 33 classes (31st-33rd for urban), please specify the namelist option "use_wudapt_lcz = 0". If a user wants to use the new LCZ, please specify the namelist option "use_wudapt_lcz = 1". If the number of urban category in the input files is inconsistent with the namelist option, error messages will occur. Only the LCZ modeling capability is provided here, not the dataset which is the responsibility of users. The method to create the LCZ data is described in the World Urban Database website: http://www.wudapt.org/
LIST OF MODIFIED FILES:
M Registry/Registry.EM_COMMON
M Registry/Registry.NMM
M main/depend.common
M dyn_em/module_initialize_real.F
M main/depend.common
M phys/Makefile
A phys/module_bep_bem_helper.F
M phys/module_physics_init.F
M phys/module_sf_bep.F
M phys/module_sf_bep_bem.F
M phys/module_sf_clm.F
M phys/module_sf_noahdrv.F
M phys/module_sf_noahlsm.F
M phys/module_sf_noahmpdrv.F
M phys/module_sf_noahmplsm.F
M phys/module_sf_urban.F
M phys/module_surface_driver.F
M run/LANDUSE.TBL
M run/MPTABLE.TBL
M run/URBPARM.TBL
A run/URBPARM_LCZ.TBL
M run/VEGPARM.TBL
A share/module_check_a_mundo.F
TESTS CONDUCTED:
RELEASE NOTE:
Stewart, I.D. and Oke, T.R. (2012) Local Climate Zones for Urban Temperature Studies. Bulletin of the American Meteorological Society, 93, 1879-1900.
http://dx.doi.org/10.1175/BAMS-D-11-00019.1